home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / misc / Istar.lha / Istar / KnowledgeSvr.readme < prev    next >
Text File  |  2000-10-25  |  5KB  |  132 lines

  1. Short:    Knowledge Based System Inference Net Builder
  2. Author:    Andrew@basden.u-net.com
  3. Uploader:    Andrew@basden.u-net.com
  4. Version:    1.14
  5.  
  6. Type:    comm/tcp
  7.  
  8. ISTAR KNOWLEDGE SERVER
  9.  
  10. (Note:  At present, in Aminet, Istar in dev/misc
  11. and KnowledgeServer in comm/tcp, are the same program.  
  12. But in future they might diverge and have different 
  13. capabilities or packagings.)
  14.  
  15. Istar is a knowledge based system builder that allows you to construct
  16. inference nets, bayesian nets and semantic nets.  It has a particularly
  17. nice user interface, with a smoothness that only Amiga hardware can give.
  18. So it is useful for decision support, to help you clarify complex ideas.
  19.  
  20. You build your knowledge base by drawing boxes and arrows, and then
  21. can run the KB either direct or via a browser.  
  22. See docs/index.html to get going.  Most  documentation is now in html.
  23.  
  24. Istar has Knowledge Server capability.  That is, knowledge bases
  25. created by Istar can be run over the Internet, worldwide.
  26. (Note:  If you have a version of Istar1.1 that has a date on or before
  27. 6th October 1999, then you will find some tracing text that appears
  28. on the console when running in server mode.  This was detected, and
  29. removed on 7th October 1999.  The tracing merely shows stack usage,
  30. and is interesting: around 1k at that point - though best to keep
  31. stack high (20000) for other things.)
  32.  
  33. See the following Web pages:
  34.      
  35. The main Istar page is
  36.      http://www.basden.u-net.com/pgm/Istar
  37. and information about the server is on
  38.      http://www.basden.u-net.com/pgm/Istar/server.html
  39. which has a link allowing you to connect to the demonstration
  40. Istar Knowledge Server sites.
  41.  
  42. NEW IN THIS VERSION (See docs/history.html)
  43.  
  44. Version 1.14 makes a few small changes from version 1.12 (1.13 was never
  45. published).  
  46. Version 1.12 fixes a couple of bugs, including one in the server that 
  47. prevented long forms from being displayed.  Main changes otherwise are
  48. that the client of server version can now start inference without a
  49. reset, and that the local lists panel is more powerful.
  50. Version 1.11 fixes a couple of bugs.  Also makes it easier for the
  51. distant client to explore a KB.  Otherwise it is version 1.1 in a
  52. different guise.
  53.  
  54. But the major change is that Version 1.1 has been made into
  55. a knowledge server.  That is, Istar can converse with a
  56. distant browser.
  57. In addition to a standard local user interface for the run-time user,
  58. there is also an interface to HTTP.  Though the modular nature
  59. of Istar made it easy to get an initial version working, the
  60. inference engine required an overhaul before it could support
  61. multi-user access.
  62.  
  63. Version 1.092 introduces reset values, which allows you to specify
  64. a default value to which an attribute will be set when a question is
  65. asked (previously it showed the value left there from previous
  66. working.  See history.html).  A few enforcer hits had been found
  67. and these have been fixed; see bugs.html.  Help buttons are now
  68. available on forms.
  69.  
  70. PLANS
  71.  
  72. Next major version should be able to obtain info by downloading
  73. from any Internet site.
  74.  
  75. COPYRIGHT
  76.  
  77. Istar, all versions, are copyright (C) Andrew Basden, University
  78. of Salford, Salford, M5 4WT, U.K.  Istar@basden.u-net.com.
  79.  
  80. The version with this file can be used freely as long as all copies
  81. of it include the name 'Istar' in their file names whereever they
  82. are stored and as long as this file and copyright notice is
  83. kept with the file.
  84.  
  85. SYSTEM REQUIREMENTS
  86.  
  87. Known to work on Amiga 1200, 3000, 4000.  Will just about run in
  88. 2Mb machines, but recommend use the IstarPrefs_LowMem as your
  89. preferences file.
  90.  
  91. Assigns needed (can work without them):
  92.     IstarSys: (has IstarPrefs and, in future, other things)
  93.     KBTools: where KBs are saved etc.
  94. Fonts used (unless specified in IstarPrefs):
  95.     Courier
  96.     Garnet
  97.     Topaz
  98. Libs used:
  99.     iff.library (but can work without it)
  100. Stack usage:  20,000 recommended, but real usage unknown.
  101.     Surprisingly small, but once ran out when the standard 4k.
  102.  
  103. It works best if you assign KBTools: to the directory where you keep
  104. your knowledge bases, and IstarSys: to a directory where various system
  105. files are kept.  At present, the only file sought in IstarSys is IstarPrefs.
  106. Otherwise just starts as Sys: root.
  107.  
  108. FILES INCLUDED:
  109.  
  110. Istar    Main program.
  111. This Istar.readme and Intro files.
  112. Preferences files, especially IstarPrefs.server
  113. Server text files in files/ directory.
  114. Server KB text files and .serverkbs control file in KBs
  115. Documentation.  Most is now html and cross-linked
  116. for easy reference.  docs/Intro is an ascii version of index.html.
  117. Sample knowledge bases.
  118. Installation script.
  119.  
  120. DISCLAIMER:
  121.  
  122. Istar is supplied as-is.
  123.  
  124. Istar is still under development.  Some of its buttons do not work
  125. because they are not attached to anything yet.  Some of its more
  126. exotic data transformations do not yet work.  See bugs.html.
  127.  
  128. Let me know what you think of it, by mailing me at Istar@basden.u-net.com
  129.  
  130. Andrew Basden.
  131. April 2000.
  132.